home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / manager home.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  2.9 KB  |  58 lines

  1. <panel>
  2.     <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  3.     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  4.     <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
  5.  
  6.     <container class="titled_box" id="mhtb" text="Snapshot[COMMENT: manager home section name]">
  7.  
  8.         <layout class="arrange_vertical_attachment" layout="top,extend" offset="0" gap="5" />
  9.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  10.  
  11.         <!-- these are visible if you have a job (club and/or nation) -->
  12.         <container class="group_box" id="fixt">
  13.             <layout class="fit_children_attachment" alignment="vertical" offset="0" />
  14.             <layout class="arrange_horizontal_attachment" layout="-5,-3" offset="0" />
  15.             <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/>
  16.             <widget class="team_upcoming_fixture_panel" id="tufp" />
  17.             <widget class="manager_upcoming_fixtures_panel" id="mufp" />
  18.         </container>
  19.         
  20.         <container class="group_box" id="comp">
  21.             <layout class="fit_children_attachment" alignment="vertical" offset="0" />
  22.             <layout class="arrange_horizontal_attachment" layout="-5,-3" offset="0" />
  23.             <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/>
  24.             <widget class="manager_competitions_panel" id="mcop" />
  25.             <widget class="competition_snapshot_panel" id="csnp" />
  26.         </container>
  27.  
  28.         <container class="group_box" id="stat">
  29.             <layout class="fit_children_attachment" alignment="vertical" offset="0" />
  30.             <layout class="arrange_horizontal_attachment" layout="-5,-3" offset="0" />
  31.             <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/>
  32.             <widget class="player_stats_summary_panel" id="pssp" />
  33.             <widget class="team_stats_summary_panel" id="tssp" />
  34.         </container>
  35.  
  36.         <container class="group_box" id="fina">
  37.             <layout class="fit_children_attachment" alignment="vertical" offset="0" />
  38.             <layout class="arrange_horizontal_attachment" layout="-5,-3" offset="0" />
  39.             <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/>
  40.             <widget class="finances_short_summary_panel" id="fssp" />
  41.             <widget class="finances_short_wage_summary_panel" id="fwsp" />
  42.         </container>
  43.  
  44.         <!-- only visible if you're unemployed -->
  45.         <container class="group_box" id="unem">
  46.             <layout class="fit_children_attachment" alignment="vertical" offset="0" />
  47.             <layout class="arrange_horizontal_attachment" layout="-5,-3" offset="0" />
  48.             <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/>
  49.             <widget class="available_jobs_summary_panel" id="ajop" />
  50.             <widget class="insecure_jobs_summary_panel" id="ijop" />
  51.         </container>
  52.         
  53.         <!-- thes are visible if you have a job during close season (no upcoming fixtures) -->
  54.         <!-- todo -->
  55.  
  56.     </container>
  57.     
  58. </panel>